home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03A2.DIR / scripts_9_Frame Repeater.ls < prev    next >
Encoding:
Text File  |  2003-05-02  |  124 b   |  9 lines

  1. on exitFrame
  2.   global clickedPlaces
  3.   if clickedPlaces = 3 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.